home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / trs141f.zip / NFMT.ZIP / README < prev    next >
Text File  |  1992-07-20  |  641b  |  17 lines

  1. This is the distribution of nfmt. Nfmt is a  new fmt(1) like
  2. formatter with a smart ``optimal'' line breaking algorithm. See
  3. the enclosed man page for details.
  4.  
  5. The following make targets are available:
  6.  
  7.     make all         Create the nfmt program
  8.     make test        Test the program against a sample input. 
  9.     make install     Install program+manual in system directories. 
  10.     make clean       Remove files which can be created from others. 
  11.  
  12. You may need to edit the config.h file to meet your compiler needs.
  13.  
  14. You will HAVE TO edit the Makefile to set the correct names of the binary
  15. and manual system directories.
  16.  
  17.